[][src]Crate crypto_api

This crate defines a general purpose API for various cryptographic primitives. It's goal is to provide an abstraction layer that allows you to switch your cryptographic backend easily.

Modules

cipher

Cipher traits

hash

Hash traits

kdf

KDF traits

mac

MAC traits

pbkdf

PBKDF traits

rng

Random number generator traits

signer

Asymmetric signature traits